Developer --> Technical Publications
PATHHardware Documentation > USB Devices > Mac OS USB DDK API Reference


Driver Type Structure

The USB device type structure is of this form:

struct USBDriverType {
    Str31       nameInfoStr;
    UInt8       usbDriverClass;
    UInt8       usbDriverSubClass;
    NumVersion  usbDriverVersion;
};

Field descriptions

nameInfoStr
Name for this driver when loading into the Name Registry
usbDriverClass
USB class this driver belongs to
usbDriverSubClass
USB subclass this driver belongs to
usbDriverVersion
Version number for this class driver

© 1999 Apple Computer, Inc.

Previous | Back Up One Level | Next | Show Frames | Hide Frames